interface StyledCardProps {
    $pointer?: boolean;
}
export declare const StyledCard: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("..").IPaperProps & import("react").RefAttributes<HTMLDivElement>>, any, StyledCardProps, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map