export declare function formatWidth({ value, unit, }: { value: number; unit: "px" | "%"; }): string;