import { FancyBox } from '../../atoms/FancyBox'; import { FancySVGAtom } from '../../atoms/FancySVGAtom'; import { TTheme } from '../../../types'; export declare const StyledContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $position: string; }>> & string; export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $position: string; }>> & string; export declare const StyledContentArea: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $isExpanded: boolean; $position: string; }>> & string; export declare const StyledContentInner: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; export declare const StyledFancyBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<{ as?: import('react').ElementType; layer?: import('../../../types').TLayer; themeType?: import('../../../types').TUiColorTypes; children?: React.ReactNode; externalStyle?: import('styled-components').CSSProp; borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS; padding?: import('../../../../lib').TThemeArrayOrValueCSS; margin?: import('../../../../lib').TThemeArrayOrValueCSS; sizeC?: import('../../../types').TComponentSizesExtended; hoverLayer?: import('../../../types').TLayer; isFocused?: boolean; wide?: boolean; } & { outlined?: boolean; outlinedRemoveBorder?: boolean; outlinedBackgroundStrength?: number; } & import('react').ClassAttributes & import('react').HTMLAttributes, "ref"> & { ref?: ((instance: import('react').ElementType | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject | null | undefined; }) | (Omit<{ as?: import('react').ElementType; layer?: import('../../../types').TLayer; themeType?: import('../../../types').TUiColorTypes; children?: React.ReactNode; externalStyle?: import('styled-components').CSSProp; borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS; padding?: import('../../../../lib').TThemeArrayOrValueCSS; margin?: import('../../../../lib').TThemeArrayOrValueCSS; sizeC?: import('../../../types').TComponentSizesExtended; hoverLayer?: import('../../../types').TLayer; isFocused?: boolean; wide?: boolean; } & { outlined?: false; outlinedRemoveBorder?: never; outlinedBackgroundStrength?: never; } & import('react').ClassAttributes & import('react').HTMLAttributes, "ref"> & { ref?: ((instance: import('react').ElementType | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject | null | undefined; }), { $isExpanded: boolean; }>> & string & Omit>; export declare const ContentWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme: TTheme; }>> & string; export declare const StyledFancySVGAtom: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, "style">, { theme: TTheme; }>> & string & Omit>;