import React from 'react'; interface DefaultContentTypeProps { type: string; } export declare const DefaultContentTypeComponent: React.FunctionComponent; export {};