/** * Retuns minimum value for media single node * @param isVideoFile is child media of video type * @param contentWidth parent content width */ export declare const calcMinWidth: (isVideoFile: boolean, contentWidth: number) => number;