import * as React from "react"; export declare const IMAGES: { sunGlasses: string; macBookMobile: string; macBookDesktop: string; light: string; dark: string; }; export declare const FromStarter: () => React.JSX.Element; export declare const OmitEveryWidthHeight: () => React.JSX.Element; export declare const OnlyArtDirection: () => React.JSX.Element; export declare const Simple: () => React.JSX.Element; export declare const WithSizes: () => React.JSX.Element; export declare const OnlyWidth: () => React.JSX.Element; export declare const ArtDirection: () => React.JSX.Element; declare const _default: { title: string; component: React.ForwardRefExoticComponent<(Omit | Omit | Omit) & React.RefAttributes>; parameters: { options: { showPanel: boolean; }; }; }; export default _default;