import type { HTMLProps } from 'react'; type Props = HTMLProps; export declare function InlineStyle(props: Props): null; export {}; //# sourceMappingURL=InlineStyle.d.ts.map