import type { InsetPadding, InsetRounded } from './Inset.svelte'; type $$ComponentProps = { padding?: InsetPadding; rounded?: InsetRounded; }; declare const InsetStory: import("svelte").Component<$$ComponentProps, {}, "">; type InsetStory = ReturnType; export default InsetStory;