import type { BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageProps, BackgroundImageStylesNames } from './BackgroundImage';
export { BackgroundImage } from './BackgroundImage';
export type { BackgroundImageProps, BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageStylesNames, };
export declare namespace BackgroundImage {
    type Props = BackgroundImageProps;
    type CssVariables = BackgroundImageCssVariables;
    type Factory = BackgroundImageFactory;
    type StylesNames = BackgroundImageStylesNames;
}
