import Table from "./Table";
declare const _default: {
    title: string;
    component: typeof Table;
};
export default _default;
