import type { Size } from '../../types'; declare const bundle: (width?: Size, height?: Size) => JSX.Element; export default bundle;