import * as React from 'react';
interface PinnedToolbarsSelectorProps {
}
export declare const PinnedToolbarsSelector: React.FunctionComponent<PinnedToolbarsSelectorProps>;
export {};
