declare namespace _default { export { Table as component }; export const title: string; } export default _default; export function Default(): JSX.Element; import Table from "./Table";