import type { ElementType } from "../types";
declare const Component: ElementType<[
    'containerWidth',
    'width',
    'rowComponent',
    'rowCss',
    'colCss',
    'colComponent',
    'columns',
    'gap',
    'gutter',
    'contentAlignX'
]>;
export default Component;
//# sourceMappingURL=component.d.ts.map