import { ICON_NAMES } from './sds-icon-names'; export type SystemIcon = Extract<(typeof ICON_NAMES)[number], (typeof SYSTEM_ICONS)[number]>; export declare const SYSTEM_ICONS: readonly ["arrow_forward-material-outlined", "check_circle-material-filled", "close-material-outlined", "dangerous-material-filled", "InformationSquareFill-aksel-filled", "lock-material-filled", "search-material-filled", "warning-material-filled", "chevron_up-material-filled"]; export declare const isSystemIcon: (name: string) => name is SystemIcon; export declare const systemIcons: Record; //# sourceMappingURL=sds-icon.system.d.ts.map