export declare const Paper: (props: {
    elevation?: 1 | 2 | 3;
} & Omit<Partial<HTMLElement>, "style"> & {
    style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=paper.d.ts.map