import { TThemeArrayOrValueCSS } from '../../../design/designFunctions/arrayToCssValues'; import { TTheme } from '../../../types/TTheme'; export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLButtonElement>, { $fullHeight?: boolean; $height: string; $borderRadius: TThemeArrayOrValueCSS; }>> & string; export declare const ColorDisplayContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme?: TTheme; }>> & string; export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $isBright: boolean; theme: TTheme; $isDarkTheme: boolean; }>> & string;