import React from 'react';
export declare const RadioLabel: (StyledRadioLabel: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
