import { SVGProps } from 'react';

declare const OneInch: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { OneInch as default };
