import { IllustrationAsset, BaseSvgAsset } from './types.js';
export type SecurityFieldsWithBackgroundAsset = IllustrationAsset<BaseSvgAsset & {
    readonly name: 'SecurityFieldsWithBackground';
}>;
/**
 * SecurityFieldsWithBackground illustration asset
 * @example
 * ```tsx
 * import { Illustration } from '@payfit/unity-illustrations'
 * import SecurityFieldsWithBackground from '@payfit/unity-illustrations/assets/SecurityFieldsWithBackground'
 *
 * <Illustration
 *   illustration={SecurityFieldsWithBackground}
 *   alt="SecurityFieldsWithBackground illustration"
 *   size="md"
 * />
 * ```
 */
declare const SecurityFieldsWithBackground: SecurityFieldsWithBackgroundAsset;
export default SecurityFieldsWithBackground;
