import { ConfigProviderProps } from '..';
import { MergedKeyboardProps } from './keyboard';
declare type KeyboardStylesProps = MergedKeyboardProps & ConfigProviderProps;
export declare const keyboardStyles: (props: KeyboardStylesProps) => import("@emotion/utils").SerializedStyles;
export {};