///
export interface ImageRadioPropsType {
checked: boolean;
}
export interface ImageRadioSkinPropsType {
checked: boolean;
elementFocus: boolean;
elementHover: boolean;
disabled?: boolean;
error?: boolean;
}
export declare const StyledImageRadio: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLInputElement>, ImageRadioPropsType>>;
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLLabelElement>, {
checked: boolean;
disabled?: boolean | undefined;
}>>;
export declare const StyledImageRadioSkin: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ImageRadioSkinPropsType>>;
export default StyledImageRadio;