import { Meta } from "@storybook/react";
import { VFC } from "react";
declare const _default: Meta;
export default _default;
export declare const Online: VFC;
export declare const Offline: VFC;
export declare const Away: VFC;
export declare const WithLongStatus: VFC;
export declare const WithMenu: VFC;
