import { default as React } from 'react'; export interface IconProps { size?: number | string; color?: string; className?: string; style?: React.CSSProperties; weight?: "thin" | "light" | "regular" | "bold" | "fill" | "duotone"; } export declare const User: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Paperclip: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const PaperPlaneTilt: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const X: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Eye: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const MagnifyingGlass: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Checks: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Check: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ArrowSquareOut: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const FileText: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Clock: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const Warning: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const WhatsAppLogo: (props: IconProps) => import("react/jsx-runtime").JSX.Element;