/**
 * Interaction Testing Theme
 * PLACEHOLDER until SB is updated <3
 */
interface Colors {
    pure?: {
        gray?: any;
    };
}
export declare const colors: Colors;
export declare const theme: {
    colors: Colors;
};
export default theme;
