export type {{componentName}}Props = {
  // Define your component props here
}

