import * as React from 'react';
export default class ToggleVPage extends React.Component<any, any> {
    render(): JSX.Element;
}
