import { CSSProperties } from 'react'; interface IconProps { size?: number; style?: CSSProperties; } export declare function IconSettings({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconClose({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconCheck({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconSparkles({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconEye({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconUpload({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconDownload({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconRefresh({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconCopy({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconSpinner({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconChevronLeft({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconChevronRight({ size, style }: IconProps): import("react/jsx-runtime").JSX.Element; export {};