import { HTMLAttributes } from "react";
import { ImageStoryProps } from "./ImageStoryProps";
import "./image-story.scss";
export type { ImageStoryProps };
export declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export declare const ImageStoryContext: import("react").Context & import("react").RefAttributes>>;
export declare const ImageStory: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;