import * as React from 'react'; type ControlTypeTitlePropsT = { title?: string; active?: boolean; } & React.DetailedHTMLProps, HTMLDivElement>; export declare const ControlTypeTitle: React.FC; export {}; //# sourceMappingURL=ControlTypeTitle.d.ts.map