import type { RootState } from '../reducers.js';
export declare function selectOxaLinkInformation(state: RootState, oxa: string): {
    title: string | null | undefined;
    description: string | null | undefined;
    url: string;
    thumbnail: string | undefined;
    thumbnailOptimized: string | undefined;
} | undefined;
//# sourceMappingURL=selectors.d.ts.map