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