import type { SVGProps } from 'react'; declare const EscIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const CaretDownIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const CaretUpIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const CaretRightIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const CaretLeftIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const SelectIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const HashIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const FileIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const SearchIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const XIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const StarsIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; declare const StarIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; export declare const ReadAll: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; export declare const ReadLess: (props: SVGProps) => import("react/jsx-runtime").JSX.Element; export { CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, EscIcon, FileIcon, HashIcon, SearchIcon, SelectIcon, StarIcon, StarsIcon, XIcon };