import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type PanelAsset = IllustrationAsset; /** * Panel illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import Panel from '@payfit/unity-illustrations/assets/Panel' * * * ``` */ declare const Panel: PanelAsset; export default Panel;