import { CSSProperties, FC, PropsWithChildren } from 'react'; interface IProps { readonly style?: CSSProperties; } export declare const StyleWrapper: FC>; export default StyleWrapper;