/// import type { CommonPropsType } from '../../types'; import './style'; export declare const WdForm: ({ className, layout, labelPosition, children, ...rest }: WdFormProps) => JSX.Element; export type WdFormProps = CommonPropsType & { labelPosition?: string; layout?: string; };