import { SlotComponent } from '../../type-utils'; import { TextInputRootSlotProps, TextInputLeadingElementSlotProps, TextInputInputSlotProps, TextInputTrailingElementSlotProps } from './text-input.types'; export declare const TextInputRootSlot: SlotComponent; export declare const TextInputLeadingElementSlot: SlotComponent; export declare const TextInputInputSlot: SlotComponent; export declare const TextInputTrailingElementSlot: SlotComponent;