import { FC } from 'react';
import { StyleProp, ViewStyle } from 'react-native';
interface HeadProps {
    headerStyle?: StyleProp<ViewStyle>;
}
export declare const Head: FC<HeadProps>;
export {};
//# sourceMappingURL=Head.d.ts.map