/// import { FluentIconsProps } from "./FluentIconsProps.types"; export declare type UseIconStateOptions = { flipInRtl?: boolean; }; export declare const useIconState: | import("react").SVGAttributes = import("react").SVGAttributes, TRefType extends HTMLElement | SVGSVGElement = SVGSVGElement>(props: FluentIconsProps, options?: UseIconStateOptions | undefined) => Pick, "title" | "filled" | "ref" | "key" | "className" | Exclude>;