/// import { StackProps } from '@chakra-ui/react'; interface FieldGroupProps extends StackProps { title?: string; } export declare const FieldGroup: (props: FieldGroupProps) => JSX.Element; export {};