import * as React from 'react'; /** The common empty state for extensions with a CTA to the extension registry. */ export declare const ExtensionsEmptyState: React.SFC<{ className?: string; onClick?: () => void; }>; //# sourceMappingURL=ExtensionsEmptyState.d.ts.map