interface Props { example?: 'default' | 'readonly' | 'six-cols' | 'dense' | 'static' | 'empty' | 'no-compact' | 'rich' | 'loading'; } declare const DashboardGridStory: import("svelte").Component; type DashboardGridStory = ReturnType; export default DashboardGridStory;