import React from 'react'; import type { IIconProps } from '../utils'; export declare const IconBillet: ({ color, selected, width, height }: IIconProps) => React.JSX.Element;