import type { ComponentType } from 'react';
interface PaperStylesProps {
    width?: string | number;
    height?: string | number;
    padding?: string | number;
    muiColor: string;
    square?: boolean;
    variant?: string;
    customColor: string;
    textColor: string;
    imageSrc?: string;
    imageOpacity: number;
    elevation?: number;
    id?: string;
    imageLayout: string;
}
export declare const Paper: ComponentType<PaperStylesProps>;
export {};
//# sourceMappingURL=Paper.styled.d.ts.map