import React from 'react'; interface IParentalControl { isVisible: boolean; onClose?: () => void; onSuccess: () => void; onFailed: () => void; } declare const ParentalControl: React.FC; export default ParentalControl; //# sourceMappingURL=index.d.ts.map