import { GridProps } from "styled-system"; export declare const gridPropertyNames: string[]; export default function filterStyledSystemGridProps(originalObject: Record | GridProps): GridProps;