/** Example story data for Content Page example */
export declare const smallTable: {
    caption: string;
    headings: string[];
    data: string[][];
};
export declare const largeTable: {
    caption: string;
    headings: string[];
};
