import React from 'react';
export default class PopoverExample extends React.Component<any, any> {
    render(): JSX.Element;
}
export declare const title = "Portal";
export declare const description = "Portal example";
