declare const iconSizeProps: readonly ["12", "14", "16", "20", "24", "32", "40"]; type IconSizeProps = (typeof iconSizeProps)[number]; export { iconSizeProps }; export type { IconSizeProps };