import { FC } from "react"; interface WeUICustomItemProps { label: string; content: any; } export declare const WeUIFormCustomItem: FC; export {};