export default Unsafe; declare function Unsafe({ className, children, ...restProps }: { [x: string]: any; className?: string; children: any; }): any;