///
export declare const Field: {
Section: import("react").FC;
Text: import("react").NamedExoticComponent<{
rtf?: boolean | undefined;
hiddenField?: boolean | undefined;
} & import("@chakra-ui/layout").BoxProps & import("..").JaenFieldProps>;
Index: import("react").FC;
Choice: import("react").NamedExoticComponent<{
displayName?: import("react").ReactNode;
options: string[];
render: (selection: string | null, options: string[], select: (option: string | null) => void, isEditing: boolean) => JSX.Element;
renderPopover: ((selection: string | null, options: string[], select: (option: string | null) => void, isEditing: boolean) => JSX.Element) | null;
} & import("..").JaenFieldProps>;
Image: import("react").NamedExoticComponent>;
};