import { StylingModel } from '../style/styling.model'; import { CoreStylingModel } from '../core/core-styling.model'; export declare class GroupQuestionStylingModel extends CoreStylingModel { /** * Styling for the group question table */ table?: StylingModel; /** * Styling for the group question content */ content?: StylingModel; /**@hidden */ constructor(values?: Object); }