export declare const PAGINATION_SIZES: readonly ["sm", "lg"]; export declare const PAGINATION_ALIGNMENTS: readonly ["start", "center", "end"]; export type PaginationSize = (typeof PAGINATION_SIZES)[number]; export type PaginationAlignment = (typeof PAGINATION_ALIGNMENTS)[number]; //# sourceMappingURL=types.d.ts.map