import * as React from 'react'; interface PinnedDashboardProps { } export declare const PinnedDashboard: React.FunctionComponent; export {};