/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const ICON_SIZES: Readonly<{ readonly lg: "2rem"; readonly md: "1.5rem"; readonly sm: "1.25rem"; readonly xs: "1rem"; }>; export type IconSize = keyof typeof ICON_SIZES; export declare const ICON_SIZE_KEYS: readonly IconSize[];