import type { Theme } from '@cleartrip/ct-design-theme'; import { BoxSize } from './type'; declare const boxStaticStyles: { root: { display: "flex"; }; }; export declare function getBoxGap(theme: Theme, boxSize: BoxSize): number; export declare function getBoxStyles({ boxSize, theme }: { boxSize: BoxSize; theme: Theme; }): { gap: number; }; export default boxStaticStyles; //# sourceMappingURL=style.d.ts.map