declare module '@salesforce/design-system-react/components/button' { import React from 'react'; type Props = { /** * **Assistive text for accessibility.** * This object is merged with the default props object on every render. * * `icon`: Text that is visually hidden but read aloud by screenreaders to tell the user what the icon means. If the button has an icon and a visible label, you can omit the assistiveText.icon prop and use the label prop. */ assistiveText?: Partial<{ icon?: string; }>; /** * Callback that passes in the DOM reference of the `