/**
 * Base definition of content positions used in flowbite-angular.
 */
export interface FlowbiteContentPositions {
    center: string;
}
