/// <reference types="react" />
declare const Print: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Print;
