declare const Sudoku: import("svelte").Component<Record<string, never>, {}, "">;
type Sudoku = ReturnType<typeof Sudoku>;
export default Sudoku;
