export declare const noop: (args?: any) => any; export declare const withPx: (value: string | number) => string; export declare const getBoundedValue: (minimum: number, actual: number, maximum: number) => number;