/// <reference types="react" />
/**
 * @public
 */
declare const LayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../Layout").ILayoutProps>, any, {}, never>;
export default LayoutStyle;
export declare const VerticalLayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../VerticalLayout").IVerticalLayoutProps>, any, {}, never>;
export declare const BothSidesLayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../BothSidesLayout").IBothSidesLayoutProps>, any, {}, never>;
