import { PropsOf } from "../../../Utils"; import { StyledComponent } from "../StyledComponent"; import PolyView from "../../poly/native/PolyView"; export declare const StyledView: StyledComponent>; export declare type StyledViewProps = PropsOf; export default StyledView;