import React from 'react';
import "./styles.css";
export default function ({ children, ...props }: any): React.JSX.Element;
