import * as React from "react"; import { ViewProps } from "react-native"; export interface TopSectionProps extends ViewProps { children?: React.ReactNode; } declare const TopSection: React.FC; export default TopSection; //# sourceMappingURL=TopSection.d.ts.map