import { SpaceProps } from "styled-system";
declare const filterOutStyledSystemSpacingProps: (props: Record<string, unknown> | SpaceProps) => Record<string, unknown>;
export default filterOutStyledSystemSpacingProps;
