import React from 'react'; import { type JSX } from 'udp-react-stencil-component-library'; interface UdpCompoundButtonProps extends Partial { children?: React.ReactNode; } export declare const UdpCompoundButton: React.FC; export {}; //# sourceMappingURL=UdpCompoundButton.d.ts.map