/// declare const elements: { blockquote: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h1: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h2: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h3: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h4: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h5: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; h6: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; indent: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; li: { Element: (props: any) => import("react").JSX.Element; }; link: { Button: import("react").FC<{ fieldProps: import("../..").FieldProps; path: string; }>; Element: import("react").FC<{ attributes: import("react").HTMLAttributes; children: import("react").ReactNode; editorRef: import("react").RefObject; element: any; fieldProps: import("../..").FieldProps; }>; plugins: ((incomingEditor: import("slate").BaseEditor & import("slate-react").ReactEditor & import("slate-history").HistoryEditor) => import("slate").BaseEditor & import("slate-react").ReactEditor & import("slate-history").HistoryEditor)[]; }; ol: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; relationship: { Button: (props: { enabledCollectionSlugs: string[]; path: string; }) => import("react").ReactNode; Element: (props: { attributes: import("react").HTMLAttributes; children: import("react").ReactNode; element: any; fieldProps: import("../..").FieldProps; }) => import("react").ReactNode; plugins: ((incomingEditor: any) => any)[]; }; textAlign: { name: string; Button: () => import("react").JSX.Element; }; ul: { Button: () => import("react").JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => import("react").JSX.Element; }; upload: { Button: (props: { enabledCollectionSlugs: string[]; path: string; }) => import("react").ReactNode; Element: (props: import("./upload/Element").ElementProps) => import("react").ReactNode; plugins: ((incomingEditor: any) => any)[]; }; }; export default elements; //# sourceMappingURL=index.d.ts.map