export declare const ArrowDownIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ArrowUpIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; /** Draws lucide `CalendarDays`, not lucide `Calendar`. The key is ours. */ export declare const CalendarIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const CheckIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ChevronDownIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ChevronLeftIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ChevronRightIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; /** Clears an input. Shares a drawing with `ErrorIcon`, not a key. */ export declare const ClearIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; /** Marks an AI affordance — the ChatPanel trigger draws it. */ export declare const CoPilotIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const CopyIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const DisplayIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const EllipsisIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; /** The error status of a Toast. Shares a drawing with `ClearIcon`. */ export declare const ErrorIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ExpandIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const FileTextIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const FilterIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const InfoIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const MinusIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const MoonIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const PanelLeftIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const PlusIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const SearchIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const ShrinkIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const SortAscendingIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const SortDescendingIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const StopIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const SuccessIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const SunIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const TableIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const WarningIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const XIcon: { (callProps: import("./create-icon").IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=icons.d.ts.map