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