import { IChicletCardProps } from './ChicletCard.types';
export declare function getOpenGraphProperties(url: string): IChicletCardProps;
