-
-
-
-
-
-
- );
-};
-
-InfoButtonWithLabel.parameters = {
- docs: {
- description: {
- story:
- "An InfoButton's `aria-labelledby` should include the label's id to correctly" +
- ' associate the label with the InfoButton.',
- },
- },
-};
diff --git a/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx b/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
index 34444d5fe6b3e1..65c5f3afaae1d5 100644
--- a/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
+++ b/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
@@ -5,7 +5,6 @@ import bestPracticesMd from './InfoButtonBestPractices.md';
export { Default } from './InfoButtonDefault.stories';
export { Size } from './InfoButtonSize.stories';
-export { InfoButtonWithLabel } from './InfoButtonWithLabel.stories';
export default {
title: 'Preview Components/InfoButton',