import Artboard, { ArtboardProps as TArtboardProps } from './Artboard'; export type ArtboardProps = TArtboardProps; export default Artboard;