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