import React from 'react'; declare const BillableSwitchCard: ({ style, title, defaultValue, onChange, readonly, }: { style?: any; title?: string; defaultValue?: any; onChange?: () => void; readonly?: boolean; }) => React.JSX.Element; export default BillableSwitchCard;