export type EmptyProps = typeof emptyProps; export declare const emptyProps: { $$empty: symbol; }; export declare function isNotEmpty(p: T): p is Exclude; //# sourceMappingURL=emptyProps.d.ts.map