import * as React from 'react'; declare const ChevronLeft: (props: { [key: string]: string; }) => React.ReactElement; declare const ChevronRight: (props: { [key: string]: string; }) => React.ReactElement; declare const Ellipsis: ({ fill }: any) => JSX.Element; export { ChevronLeft, ChevronRight, Ellipsis };