/// import { IconProps } from '../../types'; declare const Bill: (allProps: IconProps) => JSX.Element; export default Bill;