import { ComponentWithAs } from '@fluentui/react-bindings'; import { SvgIconProps, SvgIconChildrenFn } from '@fluentui/react-icons-northstar'; export declare type SvgIconStylesProps = Required>; /** * An SvgIcon displays a pictogram with semantic meaning. */ export declare const SvgIcon: ComponentWithAs<'span', SvgIconProps & { children: SvgIconChildrenFn; }> & { handledProps: (keyof (SvgIconProps & { children: SvgIconChildrenFn; }))[]; };