import type { SVGProps } from "react"; export interface MirrorIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MirrorIcon({ className, size, color, ...props }: MirrorIconProps): import("react").JSX.Element; //# sourceMappingURL=mirror-icon.d.ts.map