import * as React from 'react'; export interface SwitchAsteriskProps extends React.HTMLAttributes { /** * If true, the asterisk will be set the error color */ readonly error?: boolean; /** * Not used */ readonly focused?: boolean; } declare const _default: React.ForwardRefExoticComponent>; export default _default;