import { StoryObj } from '@storybook/preact'; import LocationInputComponent from './LocationInput'; declare const meta: { title: string; component: typeof LocationInputComponent; }; export default meta; export declare const LocationInput: StoryObj;