import { BoxProps } from '../../Box'; import { PrismaneProps } from '../../../types'; export type TableCaptionProps = PrismaneProps<{ placement?: "bottom" | "top"; }, BoxProps<"caption">>; declare const TableCaption: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default TableCaption; //# sourceMappingURL=TableCaption.d.ts.map