import { type IconName } from '@quotalab/icons'; import { type vars } from '@quotalab/qds-token'; declare const SLOT_ICON_SIZE_MAP: { readonly xsmall: 12; readonly small: 14; readonly medium: 16; readonly large: 24; readonly xlarge: 40; }; type SlotIconProps = { className?: string; icon: IconName; size?: keyof typeof SLOT_ICON_SIZE_MAP; color?: keyof typeof vars.color; }; export declare function SlotIcon({ className, icon, size, color }: SlotIconProps): import("react/jsx-runtime").JSX.Element; export declare namespace SlotIcon { var displayName: string; } export {}; //# sourceMappingURL=SlotIcon.d.ts.map