import { ComponentType } from '../component-types'; declare const assignSpecialType: (componentType: ComponentType) => string | undefined; export default assignSpecialType;