import { FloatLabel } from "./floatLabel"; export declare class FixedLabel extends FloatLabel { protected shouldFloat(): boolean; }