export declare type CardLightProps = {
    lightTitle: string;
    boldTitle?: string;
    text?: string;
    icon?: any;
    url?: string;
};
