import type { StyleSlots } from '../../../core/types'; /** Visual regions for the Input component. */ type InputSlot = 'root'; declare const inputStyles: StyleSlots; export { inputStyles }; export type { InputSlot }; //# sourceMappingURL=Input.styles.d.ts.map