import { ValuesOf } from "@microsoft/fast-foundation"; /** * SvgIcon constants * @public */ export declare const SvgIconRole: { readonly img: "img"; readonly null: null; }; /** * An SvgIcon role can be img or null (no role attribute) * @public */ export declare type SvgIconRole = ValuesOf; //# sourceMappingURL=svg-icon.options.d.ts.map