import { RktaElement } from '../Provider/theme'; import { breakpoint } from '../Provider/theme/breakpoint'; declare type Breakpoints = typeof breakpoint; export declare type ContainerProps = RktaElement & { disableGutters?: boolean; maxWidth?: keyof Breakpoints | string; fixed?: boolean; }; export {}; //# sourceMappingURL=Container.type.d.ts.map