export declare const CHILD_SIZE: {
    readonly small: "small";
    readonly medium: "medium";
};
export declare const CHILD_WIDTH_RANGE: {
    readonly small: {
        readonly from: 18;
        readonly to: 47;
    };
    readonly medium: {
        readonly from: 48;
        readonly to: 9999;
    };
};
//# sourceMappingURL=PulseAnimation.constants.d.ts.map