export declare type PropsTheme = 'LIGHT' | 'DARK'; export declare type IPropsTheme = { type: PropsTheme; color: string; };