import * as React from 'react';
export interface IExampleState {
    stackHeight: number;
}
export declare class VerticalStackWrapNestedExample extends React.Component<{}, IExampleState> {
    constructor(props: {});
    render(): JSX.Element;
    private _onHeightChange;
}
