import * as React from 'react';
declare class GuideContainer extends React.PureComponent<any> {
    static defaultProps: {
        position: string;
        width: string;
        height: string;
        zIndex: number;
    };
    render(): JSX.Element;
}
export default GuideContainer;
