import { Props } from "./utils"; export declare function createFullWidthTable({ children, style, ...rest }: Props): string;