export declare const TYPE: Readonly<{
    readonly fixed: "fixed";
    readonly floating: "floating";
}>;
