import React from 'react'; import { LightsOut } from '../components'; declare const _default: { title: string; component: typeof LightsOut; parameters: { layout: string; }; }; export default _default; declare function Template(args: any): React.JSX.Element; export declare const Simple: typeof Template; export declare const NoLightsOn: typeof Template;