///
export declare const StyledWrap: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
active?: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const stylesTextarea: {
input: {
'&:focus': {
borderColor: string;
boxShadow: string;
};
};
};
export declare const stylesButtonSubmitOther: {
root: {
':not(:disabled)': {
backgroundColor: string;
'&:hover': {
backgroundColor: string;
};
};
};
};