export declare function justifyStyle({ justify }: { justify: any; }): { 'justify-items': string; 'justify-content': string; } | undefined; export declare namespace justifyStyle { var __lookupStyles: string[]; }