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