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