export declare const getAttributeOptionsCombinations: (attributes: Record) => PropType[]; export declare const chunkArray: (array: PropType[], chunkSize: number) => PropType[][];