import { ElementType, HTMLHopeProps } from "../types";
import { TableCaptionVariants } from "./table.styles";
export declare type ThemeableTableCaptionOptions = Pick;
export declare type TableCaptionProps = HTMLHopeProps;
export declare function TableCaption(props: TableCaptionProps): import("solid-js").JSX.Element;
export declare namespace TableCaption {
var toString: () => string;
}
//# sourceMappingURL=table-caption.d.ts.map