import { ComponentProps } from 'react'; import { DataItem } from './useAIExtractionToast'; export declare const ChevronDown: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const ChevronUp: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const StatusIcon: ({ status, ...props }: { status: DataItem['status']; } & import("react").SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=icons.d.ts.map