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