/**
 * Set the section of webparts to full minHeight
 * @param classToSearch - Class to search for
 * @param classToModify - Class to modify, it searches by contains, not strict
 */
export declare function setFullminHeight(classToSearch: string, classToModify: string): void;
