import type { GridProps } from './types';
declare const Grid: import("svelte").Component<GridProps, {}, "ref">;
export default Grid;
