export declare const argTypesLayoutProps: { alignContent: { table: { category: string; }; }; alignItems: { table: { category: string; }; }; alignSelf: { table: { category: string; }; }; columnGap: { table: { category: string; }; }; flex: { table: { category: string; }; }; flexBasis: { table: { category: string; }; }; flexDirection: { table: { category: string; }; }; flexGrow: { table: { category: string; }; }; flexShrink: { table: { category: string; }; }; gap: { table: { category: string; }; }; gridArea: { table: { category: string; }; }; gridColumn: { table: { category: string; }; }; gridColumnEnd: { table: { category: string; }; }; gridColumnStart: { table: { category: string; }; }; gridRow: { table: { category: string; }; }; gridRowEnd: { table: { category: string; }; }; gridRowStart: { table: { category: string; }; }; justifyContent: { table: { category: string; }; }; justifyItems: { table: { category: string; }; }; justifySelf: { table: { category: string; }; }; order: { table: { category: string; }; }; placeContent: { table: { category: string; }; }; placeItems: { table: { category: string; }; }; placeSelf: { table: { category: string; }; }; rowGap: { table: { category: string; }; }; }; export declare const argTypesResponsiveSizes: { sm: { table: { category: string; }; }; md: { table: { category: string; }; }; lg: { table: { category: string; }; }; xl: { table: { category: string; }; }; xxl: { table: { category: string; }; }; };