import { type Align } from './symbol.types.js'; export declare function getTransform({ offset, align }: { align: Align; offset: (number | null)[]; }): string;