export declare const NativePanelStyles = "\n.NativePanel {\n    position: fixed;\n    bottom: 0;\n    left: 0;\n    z-index: 999;\n    width: 100%;\n    box-sizing: border-box;\n    display: flex;\n    align-items: center;\n    backdrop-filter: blur(5px);\n    background: linear-gradient(#ffffff00, #000000);\n}\n\n.NativePanel__sphere {\n    display: inline-block;\n}\n.NativePanel__textInputs {}\n.NativePanel__touch {\n    display: inline-block;\n    margin-left: 16px;\n}\n.NativePanel__touch .VoiceTouch {\n    display: none;\n}\n";
export declare const NativePanelPaddingsSMStyles = "\n.NativePanel {\n    height: 64px;\n    padding: 8px 20px;\n}\n\n.NativePanel .Suggests {\n    padding-left: 20px;\n    margin-left: -20px;\n    margin-right: -20px;\n}\n";
export declare const NativePanelPaddingsMDStyles = "\n.NativePanel {\n    padding: 28px 12px 12px;\n}\n\n.NativePanel .Suggests {\n    margin-right: -12px;\n}\n";
export declare const NativePanelPaddingsLGStyles = "\n.NativePanel {\n    padding: 36px 64px 24px;\n}\n\n.NativePanel .Suggests {\n    margin-right: -64px;\n}\n";
export declare const NativePanelInputOffsetMDStyles = "\n.NativePanel__textInputs {\n    margin-left: 24px;\n}\n";
export declare const NativePanelInputOffsetLGStyles = "\n.NativePanel__textInputs {\n    margin-left: 38px;\n}\n";
export declare const NativePanelTouchStyles: string;
export declare const NativePanelDesktopBubblePositionLG = "\n.NativePanel.has-suggestions:not(.production-mode) .Bubble {\n    top: -33px;\n}\n";
export declare const NativePanelDesktopBubblePositionMD = "\n.NativePanel.has-suggestions:not(.production-mode) .Bubble {\n    top: -26px;\n}\n";
export declare const NativePanelDesktopStyles: string;
//# sourceMappingURL=NativePanel.d.ts.map