import type { Snippet } from 'svelte';
interface Props {
    children: Snippet;
}
declare const AppTable: import("svelte").Component<Props, {}, "">;
type AppTable = ReturnType<typeof AppTable>;
export default AppTable;
