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