import { PureComponent } from "react"; import { PropsInterface } from "../../interfaces/interfaces/PropsInterface"; import { TitleSubtitleOInterface } from "../../interfaces/interfaces/TitleSubtitleInterface"; export interface GroupTitleSubtitleInterfaceProps extends PropsInterface, TitleSubtitleOInterface { } export declare class GroupTitleSubtitle extends PureComponent { constructor(props: any); render(): JSX.Element; }