import * as React from 'react'; import Content from './Content'; import Rtl from './Rtl'; import Variations from './Variations'; const LabelExamples = () => ( <> ); export default LabelExamples;