export { Ct as default };
declare function Ct({ ...l }: {
    [x: string]: any;
}): any;
