import { StoryProps } from "./../interfaces";
declare const Story: (props: StoryProps) => JSX.Element;
export default Story;
