import { BoxProps } from '@wix/design-system'; import { BaseComponentProps, MaxLinesProps } from '../MaxLines'; import React from 'react'; export interface ModalHeadingBoxProps
extends Partial ['children'];
maxLines?: MaxLinesProps ['maxLines'];
lineHeight: MaxLinesProps ['lineHeight'];
}
export declare function ModalHeadingBox (props: ModalHeadingBoxProps ): React.JSX.Element;
//# sourceMappingURL=ModalHeadingBox.d.ts.map