import * as React from 'react';
export declare const Expanded: (props: {
    style: {
        [k: string]: any;
    };
}) => React.JSX.Element;
export declare const Collapsed: (props: {
    style: {
        [k: string]: any;
    };
}) => React.JSX.Element;
