import { ActiveProps, ColorType, BorderRadiusType, ActiveBgColType, BorderColType } from './types'; export declare const LayoutStyle: import("styled-components").StyledComponent<"div", any, ActiveProps & BorderColType & ActiveBgColType & BorderRadiusType & ColorType, never>; export declare const Visibility: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const WrapIcon: import("styled-components").StyledComponent<"div", any, import("..").BoxTypes, never>;