import { TTheme } from '../../../types/TTheme'; export declare const fancyBarStyle: import('styled-components').RuleSet<{ theme?: TTheme; }>; export declare const ButtonWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme?: TTheme; }>> & string;