import type { ISlottableProps } from '../../../Behaviors/Slottable'; /** * Represents the `IDrawerFooterElementProps` interface. * * @public */ export interface IDrawerFooterElementProps extends ISlottableProps { } //# sourceMappingURL=IDrawerFooterElementProps.d.ts.map