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