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