import type { Meta, StoryObj } from '@storybook/react';
import { Filter } from './Filter';
declare const meta: Meta<typeof Filter>;
export default meta;
declare type Story = StoryObj<typeof Filter>;
export declare const OneActive: Story;
