import React from 'react' import { Styled__COMPONENT_NAME__ } from './__COMPONENT_NAME__.style' export type __COMPONENT_NAME__Props = Readonly<{}> export const __COMPONENT_NAME__ = ({}: __COMPONENT_NAME__Props) => { return Content }