import React from 'react';
declare const SizeContext: React.Context<"small" | "normal" | "inherit">;
export default SizeContext;
