import { ComponentProps } from 'react'; export declare const ChatIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const MinimizeIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const SendIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const SpinnerIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const CloseIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const CheckIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const LinkIcon: (props: ComponentProps<'svg'>) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=icons.d.ts.map