export declare const useClassroomStyle: ({ minimumHeight, minimumWidth, }: {
    minimumHeight: number;
    minimumWidth: number;
}) => {};
