import { Meta } from '@storybook/html';
declare const meta: Meta;
export default meta;
export declare const FullProductsTable: {
args: {
source: string;
view: string;
};
};
export declare const SmallProductsTable: {
args: {
source: string;
view: string;
};
};
export declare const SimpleNestedTable: {
args: {
source: string;
view: string;
};
};
export declare const DeeplyNestedTable: {
args: {
source: string;
view: string;
};
};
export declare const WideTable: {
args: {
source: string;
view: string;
};
};