import React from 'react'; interface StyleContextProps { labelWidth: number; align: 'left' | 'right'; } export declare const StyleContext: React.Context>; export {};