import { LayoutProps, PositionProps } from "styled-system";
export declare const layoutPropertyNames: string[];
export default function filterStyledSystemLayoutProps(originalObject: Record<string, unknown> | LayoutProps | PositionProps): LayoutProps | PositionProps;
