import type { ISlottableProps } from '../../Behaviors/Slottable'; /** * Represents the `IFormElementProps` interface. * * @public */ export interface IFormElementProps extends ISlottableProps { novalidate: boolean; autocomplete: boolean; name: string; } //# sourceMappingURL=IFormElementProps.d.ts.map