import * as react_jsx_runtime from 'react/jsx-runtime';

declare const LifeBuoyIcon: () => react_jsx_runtime.JSX.Element;
declare const CloseIcon: () => react_jsx_runtime.JSX.Element;
declare const LoadingSpinnerIcon: ({ color }: {
    color?: string;
}) => react_jsx_runtime.JSX.Element;

export { CloseIcon, LifeBuoyIcon, LoadingSpinnerIcon };
