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