import { type SystemCommonProps, type SystemTypographyProps } from '../constants';
import type { SxProp } from '../sx';
declare const includesSystemProps: (props: SxProp) => boolean;
type TypographyAndCommonProp = SystemTypographyProps & SystemCommonProps;
declare const getTypographyAndCommonProps: (props: TypographyAndCommonProp) => TypographyAndCommonProp;
export { includesSystemProps, getTypographyAndCommonProps };
//# sourceMappingURL=includeSystemProps.d.ts.map