type Styles = Record<string, string | number>;
export declare function cleanReactNativeBlockStyles(styles: Styles): Styles;
export {};
