import * as React from 'react'; export declare type FluentIconsProps | React.HTMLAttributes = React.SVGAttributes, TRefType extends HTMLElement | SVGSVGElement = SVGSVGElement> = TBaseAttributes & React.RefAttributes & { primaryFill?: string; className?: string; title?: string; /** * Whether to render the filled version of the icon. * NOTE: This prop is only applicable when using bundled icons created with `bundleIcon`. */ filled?: boolean; };