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