import { FormProps } from './interfaces'; export { FormProps }; export default function Form({ variant, ...props }: FormProps): JSX.Element;