export type PropListSize = "small" | "large"; export declare const PropListContext: import("react").Context<{ size: PropListSize; } | null>; export declare const usePropListSize: () => PropListSize | undefined; //# sourceMappingURL=PropListContext.d.ts.map