import React from "react";
import { ComponentMeta } from "@storybook/react";
declare const ListOfFormsStory: ComponentMeta<React.FC<import("./ListOfForms").IListOfFormsProps>>;
export default ListOfFormsStory;
export declare const Primary: any;
