export declare const IconColours: readonly ['black', 'blue', 'grey', 'white', 'inherit']; export declare const IconSizes: readonly [16, 24, 32, 48]; export type IconColour = (typeof IconColours)[number]; export type IconSize = (typeof IconSizes)[number];