import { ExcludedProps, VariantProps } from "@vitality-ds/system"; import React from "react"; import { BaseLegacyPaper } from "./styled"; export declare type LegacyPaperProps = ExcludedProps & VariantProps & { children: React.ReactNode; };