import { OnInit } from '@angular/core'; import { InputAtomSharedComponent } from '../../atoms/input/input.component'; export declare const EXPIRY_CUSTOM_INPUT_ACCESSOR: any; export declare class ExpirySharedComponent extends InputAtomSharedComponent implements OnInit { inputComponent: InputAtomSharedComponent; _value: string; inputStyle: string; focused: boolean; formatValue(value: string): string; updateValue(event: KeyboardEvent): void; ngOnInit(): void; }