/** * Represents the `IFooterElementProps` interface. * * @public */ export interface IFooterElementProps { brand: string; copyright: string; breakpoint: string; } //# sourceMappingURL=IFooterElementProps.d.ts.map