/// import "../../assets/css/index.css"; import 'bootstrap/dist/css/bootstrap.min.css'; import { ComponentMeta, ComponentStory } from '@storybook/react'; import { AppInfoProps } from '../../components/v2'; declare const _default: ComponentMeta<(props: AppInfoProps) => JSX.Element>; export default _default; export declare const Primary: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Installable: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Downloading: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Installing: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const UnInstalling: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Updatable: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Launchable: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const InstallationError: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const InstallationSuccess: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const Syncing: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const WithStats: ComponentStory<(props: AppInfoProps) => JSX.Element>; export declare const RealData: ComponentStory<(props: AppInfoProps) => JSX.Element>;