import { LidoComponentProps } from '../utils/index.js'; export type { Theme } from '../theme/index.js'; export declare enum ContainerSize { full = 0, content = 1, tight = 2 } export declare type ContainerSizes = keyof typeof ContainerSize; export declare type ContainerProps = LidoComponentProps<'div', { size?: ContainerSizes; }>; //# sourceMappingURL=types.d.ts.map