/// import { BoxProps } from '@wix/design-system'; import { BaseComponentProps, MaxLinesProps } from '../MaxLines'; export interface ModalHeadingBoxProps

extends Partial { children: MaxLinesProps

['children']; maxLines?: MaxLinesProps

['maxLines']; lineHeight: MaxLinesProps

['lineHeight']; } export declare function ModalHeadingBox

(props: ModalHeadingBoxProps

): JSX.Element; //# sourceMappingURL=ModalHeadingBox.d.ts.map