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