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