/// export declare const closeIcon: JSX.Element; export declare const iconBgClose: (fill?: string) => JSX.Element; export declare const iconBgOK: (fill?: string) => JSX.Element; export declare const closeFormIcon: (w: number, h: number) => JSX.Element; export declare const InfoIcon: JSX.Element; export declare const InfoIconBg: (fill?: string) => JSX.Element; export declare const confirmIcon: JSX.Element; export declare const editIcon: JSX.Element; export declare const light: (size: number) => JSX.Element; export declare const expandIcon: JSX.Element; export declare const collapseIcon: JSX.Element; export declare const trashIcon: (w?: string, h?: string) => JSX.Element; export declare const editWithDotsIcon: JSX.Element; export declare const download: (w: number, h: number, className?: string) => JSX.Element; export declare const attach_file_jgp: () => JSX.Element; export declare const attach_file_png: () => JSX.Element; export declare const attach_file_gif: () => JSX.Element; export declare const attach_file_txt: () => JSX.Element; export declare const attach_file_docx: () => JSX.Element; export declare const attach_file_doc: () => JSX.Element; export declare const attach_file_xlsx: () => JSX.Element; export declare const attach_file_csv: () => JSX.Element; export declare const attach_file_pdf: () => JSX.Element; export declare const attach_file_rar: () => JSX.Element; export declare const attach_file_zip: () => JSX.Element; export declare const attach_file_ppt: () => JSX.Element; export declare const attach_file_pptx: () => JSX.Element; export declare const attach_file_default: () => JSX.Element; export declare const greetingIcon: JSX.Element; export declare const mainBackground: JSX.Element; export declare const mainIconPlugin: (size?: number) => JSX.Element; export declare const iconBgArrow: (w: number, h: number) => JSX.Element;