///
interface Props {
clickable: boolean;
}
export declare const Root: import("../../../controllers/emotion/types").StyledComponent & import("react").HTMLAttributes & {
innerRef?: import("react").LegacyRef;
}>;
export declare const Avatar: import("../../../controllers/emotion/types").StyledComponent & import("react").ImgHTMLAttributes & {
innerRef?: import("react").LegacyRef;
}>;
export declare const Content: import("../../../controllers/emotion/types").StyledComponent;
export {};