import { FancyBox } from '../../atoms/FancyBox'; import { TTheme } from '../../../types/TTheme'; export declare const FancyBoxWrapper: 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; }), { theme: TTheme; }>> & string & Omit>;