interface LinkStyle {
    th?: string;
}
export declare const decodeLinkStyle: (encoded?: string | null) => LinkStyle | undefined;
export {};
