import type { StatusBarProps } from './types'; export declare function StatusBar({ style, animated, hidden, backgroundColor, translucent }: StatusBarProps): import("react/jsx-runtime").JSX.Element; export declare function useStatusBar({ style, animated, hidden, backgroundColor, translucent }: StatusBarProps): void;