import React from 'react';
type Size = 'small';
export interface KeyboardKeyProps {
    children?: string;
    size?: Size;
}
export declare function KeyboardKey({ children, size }: KeyboardKeyProps): React.JSX.Element;
export {};
//# sourceMappingURL=KeyboardKey.d.ts.map