export declare type NewWindowProps = { url: string; }; declare const NewWindow: ({ url }: NewWindowProps) => JSX.Element; export default NewWindow;