import { FunctionComponent } from 'react'; interface ProductNameHeaderProps { space: any; isLinked?: boolean; onClose: () => void; } declare const ProductNameHeader: FunctionComponent; export default ProductNameHeader;