import { LabelProps, ParagraphProps } from 'tamagui'; export type LmFormContainerBaseTypes = { label?: string; labelProps?: Omit; labelInline?: boolean; helperText?: string; helperTextProps?: ParagraphProps; required?: boolean; error?: boolean; }; //# sourceMappingURL=formContainerTypes.d.ts.map