export declare const RadioButtonWithLabelAfter: ({ children, id, ...other }: any) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated This template has been renamed to RadioButtonWithLabelAfter. Please update your code accordingly.
 */
export declare const RadioButtonLabel: ({ children, id, ...other }: any) => import("react/jsx-runtime").JSX.Element;
