import { Meta, StoryObj } from '../../../storybook/react-vite';
import { UseContainerDimensionsExample } from './use-container-dimensions.example.tsx';
declare const meta: Meta<typeof UseContainerDimensionsExample>;
export default meta;
type Story = StoryObj<typeof UseContainerDimensionsExample>;
export declare const Example: Story;
