import * as React from 'react'; declare function DotsIcon(props: React.ComponentProps<'svg'>): JSX.Element; export default DotsIcon;