import { PaperProps } from './types'; /** * MUI-free `Paper`: white surface with border-radius and an elevation shadow (default 1) or an * outlined border (`variant="outlined"`). Reproduces the MUI default-theme shadow scale (TASK-102). */ export declare const Paper: ({ elevation, square, variant, className, sx, style, component, children, classes: _classes, ...rest }: PaperProps) => JSX.Element;