import type { NoChildrenProp, WithAttributes, TestIdProp } from '../../types'; export declare const StyledKeyboard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string; export type KeyboardProps = WithAttributes<'kbd', NoChildrenProp & TestIdProp & { keyName: string; }>; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { getTestIds: (testIdProp?: TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=Keyboard.d.ts.map