import { SystemBarsEntry, SystemBarsProps } from "./types";
export declare function SystemBars({ hidden, style }: SystemBarsProps): null;
export declare namespace SystemBars {
    var pushStackEntry: (props: SystemBarsProps) => SystemBarsEntry;
    var popStackEntry: (entry: SystemBarsEntry) => void;
    var replaceStackEntry: (entry: SystemBarsEntry, props: SystemBarsProps) => SystemBarsEntry;
}
//# sourceMappingURL=SystemBars.d.ts.map