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