import type { HtmlIngredientProps } from '../types.js';
export interface PinInputControlProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const PinInputControl: import("svelte").Component<PinInputControlProps, {}, "ref">;
type PinInputControl = ReturnType<typeof PinInputControl>;
export default PinInputControl;
