import { MarginProps } from "styled-system"; export declare const marginPropertyNames: string[]; export default function filterStyledSystemMarginProps(originalObject: Record | MarginProps): MarginProps;