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