import { BackdropProps } from './types'; export declare function styleBackdrop(props: BackdropProps): { main: string[]; inner: string[]; label: string[]; };