import type { StoryObj } from "@storybook/react-vite";
import { PressableListItem } from "./PressableListItem";
type ThisStory = StoryObj<typeof PressableListItem>;
declare const _default: {
    title: string;
    component: typeof PressableListItem;
    parameters: {
        componentSubtitle: string;
    };
};
export default _default;
export declare const PreviewListStory: ThisStory;
export declare const Variants: ThisStory;
//# sourceMappingURL=PressableListItem.stories.d.ts.map