import { FC } from "react"; interface TableCaptionConfigProps { styleConfig: any; initialEditorState: any; showPagination: boolean; } export declare const TableCaptionConfig: FC; export {};