/// export declare type Props = { 'data-testid'?: string; }; declare const CodeButton: ({ "data-testid": testId }: Props) => JSX.Element; export default CodeButton; //# sourceMappingURL=CodeButton.d.ts.map