import { StyleOptions } from '../../types'; export interface BackgroundOriginProps { /** * The **`background-origin`** CSS property sets the background's origin: from the border start, inside the border, or inside the padding. * * @see https://developer.mozilla.org/docs/Web/CSS/background-origin */ style$BackgroundOrigin: T; } export declare const backgroundOrigin: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;