export interface ISafeAreaProps { className?: string; position: 'top' | 'bottom' | ''; } export declare const SafeAreaDefaultProps: ISafeAreaProps;