import { ContainerProps } from './interfaces'; export declare function getRootStyles(style: ContainerProps.Style | undefined): {}; export declare function getContentStyles(style: ContainerProps.Style | undefined): {}; export declare function getHeaderStyles(style: ContainerProps.Style | undefined): {}; export declare function getFooterStyles(style: ContainerProps.Style | undefined): {}; export declare function getMediaStyles(mediaPosition: string, style: ContainerProps.Style | undefined): {};