declare const background: { attachment: { fixed: { backgroundAttachment: string; }; scroll: { backgroundAttachment: string; }; local: { backgroundAttachment: string; }; }; clip: { border: { backgroundClip: string; }; padding: { backgroundClip: string; }; content: { backgroundClip: string; }; text: { backgroundClip: string; }; }; origin: { border: { backgroundOrigin: string; }; padding: { backgroundOrigin: string; }; content: { backgroundOrigin: string; }; }; position: { center: { backgroundPosition: string; }; top: { backgroundPosition: string; }; bottom: { backgroundPosition: string; }; left: { backgroundPosition: string; }; right: { backgroundPosition: string; }; topLeft: { backgroundPosition: string; }; topRight: { backgroundPosition: string; }; bottomLeft: { backgroundPosition: string; }; bottomRight: { backgroundPosition: string; }; }; repeat: { noRepeat: { backgroundRepeat: string; }; repeat: { backgroundRepeat: string; }; repeatX: { backgroundRepeat: string; }; repeatY: { backgroundRepeat: string; }; space: { backgroundRepeat: string; }; round: { backgroundRepeat: string; }; spaceRound: { backgroundRepeat: string; }; }; size: { auto: { backgroundSize: string; }; cover: { backgroundSize: string; }; contain: { backgroundSize: string; }; }; }; export default background;