export declare const systemProps: any;
export declare const layoutPropNames: (string | number | symbol)[];
export declare const getPropNames: (theme: any) => string[];
export declare const isStylePropFn: (theme: any) => (prop: string) => boolean;
