import React from 'react'; interface IconProps extends React.ComponentPropsWithoutRef<'svg'> { size?: number | string; } export declare function Plus({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function Copy({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function ChevronDown({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function ChevronUp({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function X({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export declare function ExclamationCircle({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element; export {};