/// interface IProps { mindId: string; refUserId: string | number; inMobile: boolean; } declare function Content(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;