export default function Button(props: { children: any; className?: string; onClick?: () => void; }): import("react/jsx-runtime").JSX.Element;