import { IconProps } from '../lib';
declare function Disc(props: IconProps): JSX.Element;
export default Disc;
