import { BaseStyleProps } from '../styles/baseStyles.interface';
import { BackgroundStyles } from '../styles/defaults/themes.interface';
export declare const backgroundForTransparency = "linear-gradient(135deg, transparent 47.62%, #a7a7a730 47.62%, #a7a7a730 50%, transparent 50%, transparent 97.62%, #a7a7a730 97.62%, #a7a7a730 100%); background-size: 29.70px 29.70px";
/**
 * @description - Get themed background styles
 * @returns
 */
export declare const getBackgroundStyles: ({ colors, tokens }: BaseStyleProps) => BackgroundStyles;
