import { IrisTheme } from '../../themes';
interface Props {
    $loading?: boolean;
    selected?: boolean;
    theme?: IrisTheme;
}
export declare const Card: import("styled-components").StyledComponent<"div", any, Props, never>;
export declare function boxShadow({ theme: { formats }, $loading, selected, }: Props): import("styled-components").FlattenSimpleInterpolation;
export declare function hoverStyles({ theme: { content }, $loading, selected, }: Props): import("styled-components").FlattenSimpleInterpolation;
export {};
